home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1999 January / WPCJAN99.ISO / DXRS / Buyers01.dxr / acrobat loader_38_AcroInstallin.ls < prev    next >
Encoding:
Text File  |  1998-11-09  |  211 b   |  9 lines

  1. on mouseUp
  2.   global DriveLtr
  3.   if the platform = "Windows,16" then
  4.     open(DriveLtr & "\Software\Utility\Acrobat\Rs16e301.exe")
  5.   else
  6.     open(DriveLtr & "\Software\Utility\Acrobat\Rs32e301.exe")
  7.   end if
  8. end
  9.